onHiddenChanged
Called when the hidden state (as returned by isHidden of the fragment or another fragment in its hierarchy has changed. Fragments start out not hidden; this will be called whenever the fragment changes state from that.
Parameters
hidden
True if the fragment is now hidden, false otherwise.